Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HCL Support #438

Merged
merged 2 commits into from
Jun 2, 2021
Merged

Add HCL Support #438

merged 2 commits into from
Jun 2, 2021

Conversation

PsypherPunk
Copy link
Contributor

Add support for HCL/Terraform:

  • ASCII art generated from image_to_ascii.py and the Terraform
    logo.
    • TrueColor values derived from the RGB values therein.

Add support for HCL/Terraform:

- ASCII art generated from `image_to_ascii.py` and the Terraform
  [logo](https://www.terraform.io/assets/images/og-image-8b3e4f7d.png).
  - `TrueColor` values derived from the RGB values therein.
@PsypherPunk
Copy link
Contributor Author

As per the contribution guidelines, specifically that the ASCII logo's "dimensions must fall below 25*40", the logo is 25x40 but the addition of {0} and {1} push the width to 46—is that a concern?

@spenserblack
Copy link
Collaborator

It shouldn't be a concern. It's the rendered width/height that we're trying to enforce. As long as the rendered characters stay within the dimensions, it should be OK 🙂

@o2sh
Copy link
Owner

o2sh commented Jun 1, 2021

Thanks a lot for your contribution @PsypherPunk, in d591e1b I cleaned the ASCII art to make it more symmetrical.
Screenshot 2021-06-02 at 01 39 54

@o2sh o2sh merged commit 1bfd60a into o2sh:master Jun 2, 2021
@PsypherPunk PsypherPunk deleted the add-hcl-support branch June 2, 2021 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants